From: Stefan Monnier Date: Fri, 8 Nov 2002 02:38:54 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~29839 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=8686cfe0f7d014241eed4f1d967704cbd70ef394;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 68f520e9ddc..9e8cf025e50 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,10 +1,18 @@ 2002-11-07 Stefan Monnier + * format.el (format-decode): Be careful with the order in `format'. + + * eshell/esh-cmd.el (function-p-func): Avoid `xemacs-p'. + + * eshell/em-glob.el: Require esh-util. + (eshell-glob-initialize): Don't assume + eshell-special-chars-outside-quoting is available. + * textmodes/fill.el (fill-paragraph): Consider a comment-start as a paragraph starter when filling non-comments. - (fill-comment-paragraph): Use comment-search-forward. + (fill-comment-paragraph): Don't narrow while doing the fill. Recognize paragraph starters and separators within comments. - Use adaptive-fill-prefix when it works. Don't narrow while doing the fill. + Use adaptive-fill-prefix when it works. Use comment-search-forward. * progmodes/compile.el (grep-default-command): New fun. (grep): Use it.